Welcome![Sign In][Sign Up]
Location:
Search - oracle vc a

Search list

[Database system数据库操作-ADO篇

Description: 演示了在VC中操作ADO的一般方法,给出了一个操作ADO的强大的类以及利用该类实现数据库操作的一个实例-demonstrated in VC ADO operation of the general method is a powerful operating ADO class and the use of database operations such an example
Platform: | Size: 83968 | Author: 周孝良 | Hits:

[Speech/Voice recognition/combineFastICA_21

Description: 语音分离fastica算法,时域经典算法-Fastica arithmetic for speech signal separating. A typical arithmetic of time domain
Platform: | Size: 635904 | Author: 王舒翀 | Hits:

[GUI Developvc&ado

Description: 一个VC通过ADO连接Oracle数据库的例子-VC through an Oracle database connectivity ADO example
Platform: | Size: 1915904 | Author: 朱耀 | Hits:

[Remote Controlvcn远程控制源代码

Description: VNC Source Distribution for Windows platforms ============================================= VNC is Copyright Olivetti & Oracle Research Laboratory. This software is distributed under the GNU General Public Licence as published by the Free Software Foundation. See the file LICENCE.TXT for the conditions under which this software is made available. VNC also contains code from other sources. See the Acknowledgements section below, and the individual files for details of the conditions under which they are made available. There are two programs here in the two subdirectories: vncviewer - this is the VNC viewer, or client, program for Win32. winvnc - this is the VNC server for Win32. It allows an NT desktop to be accessed remotely using a VNC viewer. These were both built using Microsoft Visual C++ 5.0 and each contains a workspace & project file suitable for building it. -VNC Source Distribution for Windows platf orms ==================================== ========= VNC is Copyright Olivetti
Platform: | Size: 433152 | Author: 张少杰 | Hits:

[Oracleoralib

Description: 对Oracle数据库OCI的一个轻量级封装,使用方便可靠,对于用VC++开发数据库应用有极强的辅助作用。-Oracle OCI right of a lightweight package, easy to use and reliable, with VC database applications have a strong supporting role.
Platform: | Size: 25600 | Author: | Hits:

[ADO-ODBCora

Description: 利用vc和oo4o技术在Oracle中进行数据文件的存储和读写的简单实例。-use vc and oo4o technology in the Oracle data file storage read and write a simple example.
Platform: | Size: 2065408 | Author: zhili | Hits:

[Oracleprocdemo

Description: VC+ORACLE的开发例子。 PRO*C的例子,不错的初学教程。-VC Development ORACLE example. PRO* C example, a good beginner tutorial.
Platform: | Size: 188416 | Author: 烈火 | Hits:

[SQL Serverodbc

Description: 用VC++,ODBC的API函数访问数据库,程序中有详细的编写代码实现过程-With VC++, ODBC access to databases of the API functions, procedures in detail the process of writing code to achieve
Platform: | Size: 83968 | Author: weihualin | Hits:

[Database systemado_dll

Description: 这是我开发的利用vc++的ado接口连接并操作sqlserver和oracle的dll动态库。数据库的参数从配置文件pb.ini读取-This is what I use to develop vc++ The ado interface connector and operates sqlserver and oracle of the dynamic library dll. Database parameters pb.ini read from the configuration file
Platform: | Size: 61440 | Author: 侯健 | Hits:

[Database systemwuziguanlixitong

Description: 物资管理的vc++程序,实现用SQL SEVER作为数据库服务器,可运行-Materials management vc++ Procedures using SQL SEVER as a database server, run
Platform: | Size: 111616 | Author: | Hits:

[Database system001

Description: 一个好用的学籍管理系统,大家看了一定喜欢..为用到数据库...编译环境 VC-A school-to-use management system, everyone must have read like .. to use the database environment for VC compiler ...
Platform: | Size: 23552 | Author: 张无泪 | Hits:

[Oraclevc_oracle2

Description: 在vc中创建数据库,修改数据库内容,删除数据,删除数据库等-Create a database in vc, modify database contents, delete data, delete databases, etc.
Platform: | Size: 10240 | Author: jasmine | Hits:

[Database systemvc+ORACLE

Description: rar内附有详细的步骤说明,按照步骤,你可以实现对oracle数据库的链接-rar containing a detailed description of the steps, in accordance with the steps, you can achieve the oracle database link
Platform: | Size: 276480 | Author: 王艳红 | Hits:

[Oracleoracleinput

Description: < Oracle的入门心得>> 一位大虾写的自己学习Oracle的心得体会,很不错。-< <Oracle的入门心得> > Writing a shrimp Oracle' s study of their own experiences, is pretty good.
Platform: | Size: 498688 | Author: lzg | Hits:

[Database systemsynchronize

Description: 1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchronize,即为同步。 本程序分为三个模块:数据库连接操作、通信模块(包括发送和接收)、用户操作更新数据、同步更新数据库模块。 2. 通信模块(包括发送和接收)模块(Comm) a) 功能:用于将从站的insert 语句发送到中心站,中心站正确 执行后将学号返回给从站,从站更新数据库。 同时在中心站上时接收从站的insert语句。 b) 工作流程: c) 数据结构:继承MFC中的CSyncSocket类,利用它的功能。 3. 用户操作更新数据模块(User) a) 功能:接收用户对数据库的插入命令,提供用户界面。 b) 工作流程: c) 数据结构: 4. 同步更新数据库模块模块(Asy) a) 功能:将中心站接收到的insert 语句检查后,在中心站上执行,实验中心站的同步。 b) 工作流程: -1. Familiar with the popular web-based database installation and use of 2. Master network database application programming techniques 3. Master data synchronization network environment to achieve the relevant programming knowledge 4. Grasp the concrete application of network communication programming Oracle of the installation and use of 2, SQL Server installation and use of 3, database application programming This experiment using ADO technology to access SqlServer 2000 and Oracle 9i database, using VC++ development, use MFC development tools. Experimental request only requires from the slave to the central station synchronization, here we increase the degree of difficulty to achieve from the station and central station of mutual synchronization. Project name: synchronize, namely synchronization. This program is divided into three modules: the database connection operation, communication modules (including the sending and receiving), the user update the data operatio
Platform: | Size: 573440 | Author: zym | Hits:

[ADO-ODBCADOHelper

Description: VC、ADO数据库操作类ADOHelper,可以插入删除、执行存储过程,可以支持的数据库有SOLServer2000、Access、Oracle。-VC, ADO database operations class ADOHelper, you can insert delete, execute a stored procedure, can be supported databases SOLServer2000, Access, Oracle.
Platform: | Size: 3072 | Author: Mr zhang | Hits:

[ADO-ODBCvcoracledatabase

Description: vc+oo4o读取+oracle的源代码,初学的可以-vc oo4o read the oracle source code, beginner' s take a look at
Platform: | Size: 140288 | Author: lishine | Hits:

[Oracleado

Description: VC连接Oracle的一个实例,带简单的查询功能,供初学者使用。-VC connecting an instance of Oracle, with a simple query functions, for beginners to use.
Platform: | Size: 2058240 | Author: 谈国强 | Hits:

[ADO-ODBCVC-Ado-Oracle

Description: 本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。-this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource name,uer name,and your code ,click the connect button ,if no error,you will see all table of the datasource.the datas will show while you double click a table in the list box.
Platform: | Size: 3063808 | Author: 张磊 | Hits:

[OracleVC-DataBase-Appication-of-ORACLE

Description: Visual C++访问Oracle数据库的编程实例,对有中小型数据库编程需要的初学者有很好的借鉴作用!-It s a Visual C++ program which gives a example of accessing Oracle database. It s a a very good reference to beginners of database programming.
Platform: | Size: 309248 | Author: liugong | Hits:
« 12 »

CodeBus www.codebus.net